<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sider {
    width: 267px;
    float: left;
    text-align: center;
}
.sider_title {
    width: 100%;
	height: 123px;
    background: #4973a5;
}
.sider_title a {
    font-family: "寰蒋闆呴粦";
    font-size: 25px;
    line-height: 26px;
    color: #fff;
    display: block;
    padding-top: 42px;
}
.sider_title a:hover {
	font-size: 26px;
}
.sider_title&gt;p:nth-of-type(2) {
	font-family: "寰蒋闆呴粦";
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	margin-top: 17px;
	text-transform: uppercase;
}
.sider_list {
    width: 100%;
}
.sider_list&gt;ul&gt;li {	
	width: 100%;
	height: 52px;
	display: block;
	background: #f5f5f5;
	margin-top: 1px;
}
.sider_list li&gt;a {
	display: block;
	width: 100%;
	line-height: 52px;	
	font-family: "寰蒋闆呴粦";
	font-size: 15px;
	color: #333;
}
.sider_list&gt;ul&gt;li.on {
	background: #4973a5;
}
.sider_list li.on&gt;a {
	color: #fff;
}
.sider_list li:hover&gt;a {
	color: #4973a5;
}
.sider_contact {
	width: 100%;
	padding: 20px 0;
	background: #f5f5f5;
}
.sider_contact&gt;p {
	font-size: 15px;
	color: #424242;
	line-height: 30px;
	margin: 0 20px;
}
.sider_contact&gt;div {
	width: 120px;
	height: 120px;
	margin: 10px auto;
}
.sider_contact&gt;div&gt;img {
	width: 100%;
	height: 100%;
}</pre></body></html>